home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / kaerufree100.zip / ‚©‚¦‚é‚Æ—d¸‚Ì‹Ê - ”ÔŠO•Ò Ô‚‚̗ˆP.exe / 0 / RCDATA / TREGISTFORM / TREGISTFORM.txt
Text File  |  2011-10-22  |  2KB  |  92 lines

  1. object RegistForm: TRegistForm
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsSingle
  6.   Caption = #30331#37682#12497#12473#12527#12540#12489#12398#20837#21147
  7.   ClientHeight = 118
  8.   ClientWidth = 293
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PasswordLabel: TLabel
  21.     Left = 13
  22.     Top = 14
  23.     Width = 220
  24.     Height = 16
  25.     Caption = #65290#12497#12473#12527#12540#12489#12364#36949#12356#12414#12377'('#21322#35282#33521#25968#23383')'
  26.     Font.Charset = SHIFTJIS_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'Tahoma'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object ThanksLabel1: TLabel
  34.     Left = 11
  35.     Top = 25
  36.     Width = 270
  37.     Height = 16
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = #12372#30331#37682#12354#12426#12364#12392#12358#12372#12374#12356#12414#12375#12383#12290
  41.     Font.Charset = SHIFTJIS_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -13
  44.     Font.Name = 'Tahoma'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     Visible = False
  48.   end
  49.   object ThanksLabel2: TLabel
  50.     Left = 11
  51.     Top = 51
  52.     Width = 270
  53.     Height = 16
  54.     Alignment = taCenter
  55.     AutoSize = False
  56.     Caption = #21046#38480#12364#35299#38500#12373#12428#12414#12375#12383#12290
  57.     Font.Charset = SHIFTJIS_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -13
  60.     Font.Name = 'Tahoma'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     Visible = False
  64.   end
  65.   object PasswordEdit: TEdit
  66.     Left = 12
  67.     Top = 39
  68.     Width = 144
  69.     Height = 21
  70.     ImeMode = imDisable
  71.     TabOrder = 0
  72.   end
  73.   object OkButton: TButton
  74.     Left = 111
  75.     Top = 82
  76.     Width = 84
  77.     Height = 28
  78.     Caption = #65327#65323
  79.     TabOrder = 1
  80.     OnClick = OkButtonClick
  81.   end
  82.   object CancelButton: TButton
  83.     Left = 199
  84.     Top = 82
  85.     Width = 84
  86.     Height = 28
  87.     Caption = #12461#12515#12531#12475#12523
  88.     TabOrder = 2
  89.     OnClick = CancelButtonClick
  90.   end
  91. end
  92.